runtime.puintptr.set (method)
12 uses
runtime (current package)
proc.go#L1694: mp.nextp.set(p)
proc.go#L2749: mp.nextp.set(pp)
proc.go#L2998: nmp.nextp.set(pp)
proc.go#L3167: mp.nextp.set(pp)
proc.go#L4455: gp.m.oldp.set(pp)
proc.go#L5662: mp.p.set(pp)
proc.go#L5667: mp.p.set(phold)
proc.go#L5813: pp.link.set(runnablePs)
proc.go#L5878: gp.m.p.set(pp)
proc.go#L6008: mp.nextp.set(pp)
proc.go#L6606: sched.pidle.set(pp)
runtime2.go#L296: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |